PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioAttributeDefinition Class / setName Method
The display name of the attribute definition
In This Topic
    setName Method
    In This Topic
    Sets the attribute definition name.
    The attribute is displayed under this name in the user interface.
    Syntax
    public void setName( 
       java.lang.String name
    )

    Parameters

    name
    The display name of the attribute definition
    Exceptions
    ExceptionDescription
    Thrown when name is set to null or an empty string.
    See Also